.sp0{
    color: white;
}

.sp1{
    color: rgb(247, 0, 255);
}

.sp2{
    color: yellow;
}

.product {
    position: relative;
    overflow: hidden;
    padding: 20px;
    direction: rtl;
}

.product-category {
    text-align: center;
    color:yellow;
    text-transform: capitalize;
}

.product-category2 {
    text-align: left;
    color: white;
    text-transform: capitalize;
    direction: ltr;
    padding-right: 50px;
}

.cont {
    padding: 0 2vw;
    width: 1050px;
    height: 510px;
    margin: auto;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    background-color: rgb(23, 23, 49);
}

.cont.sliding-transition {
    transition: transform 0.5s ease-in-out;
  }

  .card {
      flex: 0 0 auto;
      margin-right: 40px;
      margin-top: 30px;
  }

  .poster {
      width: auto;
      height: 250px;
    position: relative;
    overflow: hidden;
    text-align: center;
  }


  .image {
      width: auto;
      height: 250px;
    border-radius: 1.2rem;
    object-fit: cover;
}

  .info {
      text-align: center;
      width: 100%;
  }
  
  .nxt-btn {
    left: 20px;
  }
  
  .pre-btn {
    right: 20px;
  }


.pre-btn, .nxt-btn {
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 9;
    opacity: 70%;
}

.pre-btn {
    right: 0;
}

.pre-btn:hover, .nxt-btn:hover {
    opacity: 1;
}

.icon {
    width: 70px;
}

.icon:hover {
    width: 80px;
}


.box {
    display: flex;
}

.member {
    display: flex;
    left: 300px;
    text-align: center;
    direction: ltr;
    padding: 10px;
    height: 120px;
}


.name {
    text-align: left;
}

.pho {
    height: 150px;
    width: 150px;
    direction: rtl;    
}

.pho2 {
    position: relative;
    width: 75%;
    border-radius: 5rem;
}

.location {
    width: 90%;
    display: flex;
    margin: auto;
    border-radius: 1.3rem;
    border-color: white;
    border-style: solid;
}

.loc {
    width: 100px;
    display: flex;
    margin: auto;
}
